home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5974 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: nntphost.dur.ac.uk!nntp
  2. From: M D Sergeant <M.D.Sergeant@durham.ac.uk>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: GCC C++ questions
  5. Date: 22 Mar 1996 17:37:30 GMT
  6. Organization: University of Durham, Durham, UK
  7. Message-ID: <4iuogq$jib@mercury.dur.ac.uk>
  8. References: <314c6829@usura.metropolis.nl> <4iieh7$j0a@metro.usyd.edu.au>
  9. NNTP-Posting-Host: whittle.dur.ac.uk
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (X11; I; HP-UX A.09.01 9000/710)
  14. X-URL: news:4iieh7$j0a@metro.usyd.edu.au
  15.  
  16. julian higginson <higgi-jd@eelab.su.oz.au> wrote:
  17. >I haven`t been using my amiga for programming yet
  18. >(I`ll dowmload gcc Real Soon Now), but on UNIX
  19. >there`s a program called strip. It goes through
  20. >your execotable and cuts out all unused libraries
  21. >(and functions in libraries) this is a really useful
  22. >program, and if it`s not available on the amiga then
  23. >someone should compile it. I`m sure there`s a GNU 
  24. >version of strip out there.
  25. >
  26. >has anyone else heard of this program?
  27.  
  28. Hi Julian,
  29.  
  30. Your view of strip seems a little cloudy - it couldn't possibly do all the
  31. things you say it does. What it does do is remove the symbol information from
  32. executables that are left there for debugging by the linker. Your can specify
  33. that you don't want the symbols in the executable at compile time, which is
  34. what you have to do on the Amiga ATM. Not sure if it would be possible to just
  35. compile strip on the amiga as the symbol structure is different. If it was
  36. possible it would only work on GCC compiled executables
  37.  
  38. Matt.
  39.  
  40. PS. A question for Fred Fish (If you're reading this): Why don't you get Urbin
  41. Mueller to give you an ADE directory on Aminet and upload all your stuff there
  42. - I can't download anything in the UK from your server. (I understand if this
  43. is something to do with the humungous size of ade, or that you need income from
  44. the sale of the CDRom).
  45. -
  46. -
  47.  m.d.sergeant@dur.ac.uk        Computer Science Project:
  48.  Matthew Sergeant         GUI for LOLITA 
  49.  University of Durham        (And wow, is it ever gooey)
  50.  
  51.